ComponentOne ASP.NET MVC Controls
MultiRow<T> Constructor

C1.Web.Mvc.MultiRow Namespace > MultiRow<T> Class : MultiRow<T> Constructor
The html helper
The selector
Creates one MultiRow<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper, _
   Optional ByVal selector As String _
)
public MultiRow<T>( 
   HtmlHelper helper,
   string selector
)

Parameters

helper
The html helper
selector
The selector
See Also

Reference

MultiRow<T> Class
MultiRow<T> Members